StarBurn OCX
ContentsIndexHome
Example
// try to grab track
try
{  
Device.TestUnitReady();     
Device.SetSpeeds(
    0xFFFF,  
    0xFFFF   
    );

// grab track
Device.GrabTrack(1,"c:\1.iso",false);

Device.Eject();

WScript.echo('Finished');

}
catch (e)
{        
WScript.echo('Error = '+Device.ErrorMessage);
}
Copyright 2004-2006 by RocketDivision.com